-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unit tests #172
Fix unit tests #172
Conversation
@swissspidy It seems like on local, tests autoloading has no effect. Tests are running on local even when I disable this line php-cli-tools/tests/bootstrap.php Line 22 in 6507ba2
|
Can I send some tests commits to this PR? |
Yes I noticed that too, but no idea why. And the error message on CI don't seem to make sense either
|
Error message have |
|
That was it! Thanks @thelovekesh! |
Still a mystery to me, why it was not reproducible on my local 🤔. I guess it has something to do with tests custom autoloader. |
Case insensitive filesystem I suppose |
Trying to fix tests after wp-cli/wp-cli-tests#206
I realized we were not actually running tests against PHP 5.3, only 5.6+, so I figured we can just bump the requirement while at it.
To-do: